data "aws_vpc"
from
TerraformのData Source
例
Amazon VPC
でdefault VPCを使う
code:tf
data "aws_vpc" "default" {
default = true
}